No free disk space ;[
Posted
by skomak
on Server Fault
See other posts from Server Fault
or by skomak
Published on 2010-04-16T08:11:00Z
Indexed on
2010/04/16
8:13 UTC
Read the original article
Hit count: 329
Hi
I have weird situation because Linux df command says that there is no free disk space
[root@backup cache]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 72G 70G 0 100% / /dev/sda1 190M 11M 170M 7% /boot tmpfs 248M 0 248M 0% /dev/shm
but du -sh /* says
[root@backup cache]# du -sh /* 4.0K /bacula-restores 7.4M /bin 5.4M /boot 3.6T /data 116K /dev 55M /etc 204K /home 76M /lib 16K /lost+found 12K /media 0 /misc 16K /mnt 8.0K /mount 0 /net 8.0K /opt 0 /proc 2.3G /root 32M /sbin 8.0K /selinux 168K /share 8.0K /srv 0 /sys 361M /test 20K /tmp 3.2G /usr 1.5G /var
Could you tell me where is a problem? Where is my space? I can't figure it out :(
© Server Fault or respective owner